4.4. CalDAV Collection operations
CalDAV collections are created by the WebDAV MKCOL
method which now allows the addition of a body to provide properties for the new collection. They are deleted by using the DELETE
method. Any contained resources and collections are deleted along with the collection.
WebDAV and CalDAV do not define the semantics of GET
on a collection. Some CalDAV servers will deliver a complete iCalendar VCALENDAR
component containing all resources, others will return html allowing browsing of the structure.